[INFO] cloning repository https://github.com/phideg/neptungen
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phideg/neptungen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphideg%2Fneptungen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphideg%2Fneptungen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8bca47b8a43b58d6ec9561d6d7e28d075f24a896
[INFO] testing phideg/neptungen against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphideg%2Fneptungen" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/phideg/neptungen
[INFO] finished tweaking git repo https://github.com/phideg/neptungen
[INFO] tweaked toml for git repo https://github.com/phideg/neptungen written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/phideg/neptungen on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/phideg/neptungen already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 960751103c24ad0b1d01b0314e9dab8fbc4e648137214e6ad423b2018c082546
[INFO] running `Command { std: "docker" "start" "-a" "960751103c24ad0b1d01b0314e9dab8fbc4e648137214e6ad423b2018c082546", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "960751103c24ad0b1d01b0314e9dab8fbc4e648137214e6ad423b2018c082546", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "960751103c24ad0b1d01b0314e9dab8fbc4e648137214e6ad423b2018c082546", kill_on_drop: false }`
[INFO] [stdout] 960751103c24ad0b1d01b0314e9dab8fbc4e648137214e6ad423b2018c082546
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7cf534b9bc994a2ade146d892f09966c5b8d80ad784709188465e58af28bf133
[INFO] running `Command { std: "docker" "start" "-a" "7cf534b9bc994a2ade146d892f09966c5b8d80ad784709188465e58af28bf133", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling as-slice v0.2.1
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling aligned v0.4.3
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling zmij v1.0.9
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling y4m v0.8.0
[INFO] [stderr]    Compiling bitstream-io v4.9.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling anymap2 v0.13.0
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr]    Compiling avif-serialize v0.8.6
[INFO] [stderr]    Compiling pxfm v0.1.27
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling libz-sys v1.1.23
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling bit_field v0.10.3
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling lebe v0.5.3
[INFO] [stderr]    Compiling zune-core v0.5.0
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling gif v0.14.1
[INFO] [stderr]    Compiling zune-jpeg v0.5.8
[INFO] [stderr]    Compiling png v0.18.0
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling term-painter v0.4.0
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling liquid-derive v0.26.10
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling flexi_logger v0.31.7
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.5.0
[INFO] [stderr]    Compiling ssh2 v0.9.5
[INFO] [stderr]    Compiling av1-grain v0.2.5
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling lazy-regex v3.5.0
[INFO] [stderr]    Compiling suppaftp v7.0.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling liquid-core v0.26.11
[INFO] [stderr]    Compiling tiff v0.10.3
[INFO] [stderr]    Compiling exr v1.74.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling portpicker v0.1.1
[INFO] [stderr]    Compiling liquid-lib v0.26.11
[INFO] [stderr]    Compiling liquid v0.26.11
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling ravif v0.12.0
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling neptungen v0.11.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
[INFO] running `Command { std: "docker" "inspect" "7cf534b9bc994a2ade146d892f09966c5b8d80ad784709188465e58af28bf133", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cf534b9bc994a2ade146d892f09966c5b8d80ad784709188465e58af28bf133", kill_on_drop: false }`
[INFO] [stdout] 7cf534b9bc994a2ade146d892f09966c5b8d80ad784709188465e58af28bf133
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0dd0d7f800d7626f926c7c08ce815b579119648c09b28f7148baca01a8c3cf11
[INFO] running `Command { std: "docker" "start" "-a" "0dd0d7f800d7626f926c7c08ce815b579119648c09b28f7148baca01a8c3cf11", kill_on_drop: false }`
[INFO] [stderr]    Compiling neptungen v0.11.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.29s
[INFO] running `Command { std: "docker" "inspect" "0dd0d7f800d7626f926c7c08ce815b579119648c09b28f7148baca01a8c3cf11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dd0d7f800d7626f926c7c08ce815b579119648c09b28f7148baca01a8c3cf11", kill_on_drop: false }`
[INFO] [stdout] 0dd0d7f800d7626f926c7c08ce815b579119648c09b28f7148baca01a8c3cf11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 289bf9d630ab9eddf7aa955a4a984cf19c7a0cebce3f135c51a0780e1b0e40f1
[INFO] running `Command { std: "docker" "start" "-a" "289bf9d630ab9eddf7aa955a4a984cf19c7a0cebce3f135c51a0780e1b0e40f1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/neptungen-de0f40b573c511fa)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test macros::tests::test_comp_as_str ... ok
[INFO] [stdout] test test::verify_app ... ok
[INFO] [stdout] test macros::tests::test_last_path_comp_as_str ... ok
[INFO] [stdout] test render::tests::remove_numbered_prefix_explicit_true ... ok
[INFO] [stdout] test render::tests::remove_numbered_prefix_default_config ... ok
[INFO] [stderr]      Running tests/build_simple_blog.rs (/opt/rustwide/target/debug/deps/build_simple_blog-ed9f0bbb26ef5e40)
[INFO] [stdout] test render::tests::remove_numbered_prefix_explicit_false ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_build ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test build_simple_blog`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_build stdout ----
[INFO] [stdout] [tests/build_simple_blog.rs:22:5] &output = Ok(
[INFO] [stdout]     Output {
[INFO] [stdout]         status: ExitStatus(
[INFO] [stdout]             unix_wait_status(
[INFO] [stdout]                 25856,
[INFO] [stdout]             ),
[INFO] [stdout]         ),
[INFO] [stdout]         stdout: "Read-only file system (os error 30)\nRead-only file system (os error 30)\nRead-only file system (os error 30)\nRead-only file system (os error 30)\nRead-only file system (os error 30)\nRead-only file system (os error 30)\nRead-only file system (os error 30)\n",
[INFO] [stdout]         stderr: "    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s\n     Running `/opt/rustwide/target/debug/neptungen --project-path /opt/rustwide/workdir/examples/simple_blog build --clean`\nINFO [neptungen::render] [2026-05-05T04:30:59.650981764Z] Building project `Lorem Impsum`\nERROR [neptungen::render] Read-only file system (os error 30)\nERROR [neptungen::render] Read-only file system (os error 30)\nERROR [neptungen::render] Read-only file system (os error 30)\nERROR [neptungen::render] Read-only file system (os error 30)\nERROR [neptungen::render] Read-only file system (os error 30)\nERROR [neptungen::render] Read-only file system (os error 30)\nERROR [neptungen::render] Read-only file system (os error 30)\n\nthread 'main' (26) panicked at src/render.rs:82:10:\nUnable to create {build_timestamp_file:?}: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\nstack backtrace:\n   0:     0x59314963a8ea - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9\n   1:     0x59314963a8ea - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14\n   2:     0x59314963a8ea - std[fce30c26ee6459b]::sys::backtrace::_print_fmt\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9\n   3:     0x59314963a8ea - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26\n   4:     0x5931496562ca - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76\n   5:     0x5931496562ca - core[d17f6591d688f3bd]::fmt::write\n   6:     0x593149642022 - std[fce30c26ee6459b]::io::default_write_fmt::<std[fce30c26ee6459b]::sys::stdio::unix::Stderr>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11\n   7:     0x593149642022 - <std[fce30c26ee6459b]::sys::stdio::unix::Stderr as std[fce30c26ee6459b]::io::Write>::write_fmt\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13\n   8:     0x59314961b70f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9\n   9:     0x59314961b70f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27\n  10:     0x593149630841 - std[fce30c26ee6459b]::panicking::default_hook\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:319:9\n  11:     0x593149630abb - std[fce30c26ee6459b]::panicking::panic_with_hook\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:825:13\n  12:     0x59314961b7c8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13\n  13:     0x593149610139 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18\n  14:     0x59314961c8fd - __rustc[de152adb51f02556]::rust_begin_unwind\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5\n  15:     0x593149656b3c - core[d17f6591d688f3bd]::panicking::panic_fmt\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14\n  16:     0x593149656882 - core[d17f6591d688f3bd]::result::unwrap_failed\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5\n  17:     0x5931482adc0e - <core[d17f6591d688f3bd]::result::Result<std[fce30c26ee6459b]::fs::File, std[fce30c26ee6459b]::io::error::Error>>::expect\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23\n  18:     0x5931483f9c59 - neptungen[e5aabcc0ac953c17]::render::get_and_set_build_timestamp\n                               at /opt/rustwide/workdir/src/render.rs:82:10\n  19:     0x5931483fa246 - neptungen[e5aabcc0ac953c17]::render::build\n                               at /opt/rustwide/workdir/src/render.rs:48:32\n  20:     0x593148343791 - neptungen[e5aabcc0ac953c17]::main\n                               at /opt/rustwide/workdir/src/main.rs:114:39\n  21:     0x593148293ebb - <fn() -> core[d17f6591d688f3bd]::result::Result<(), anyhow[9f83de5a2e8816bf]::Error> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5\n  22:     0x59314827d3dd - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core[d17f6591d688f3bd]::result::Result<(), anyhow[9f83de5a2e8816bf]::Error>, core[d17f6591d688f3bd]::result::Result<(), anyhow[9f83de5a2e8816bf]::Error>>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18\n  23:     0x5931481d1431 - std[fce30c26ee6459b]::rt::lang_start::<core[d17f6591d688f3bd]::result::Result<(), anyhow[9f83de5a2e8816bf]::Error>>::{closure#0}\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:206:18\n  24:     0x59314962f757 - <&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:287:21\n  25:     0x59314962f757 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe, i32>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40\n  26:     0x59314962f757 - std[fce30c26ee6459b]::panicking::catch_unwind::<i32, &dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19\n  27:     0x59314962f757 - std[fce30c26ee6459b]::panic::catch_unwind::<&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe, i32>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14\n  28:     0x59314962f757 - std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:175:24\n  29:     0x59314962f757 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}, isize>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40\n  30:     0x59314962f757 - std[fce30c26ee6459b]::panicking::catch_unwind::<isize, std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19\n  31:     0x59314962f757 - std[fce30c26ee6459b]::panic::catch_unwind::<std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}, isize>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14\n  32:     0x59314962f757 - std[fce30c26ee6459b]::rt::lang_start_internal\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:171:5\n  33:     0x5931481cd477 - std[fce30c26ee6459b]::rt::lang_start::<core[d17f6591d688f3bd]::result::Result<(), anyhow[9f83de5a2e8816bf]::Error>>\n                               at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:205:5\n  34:     0x59314835195e - main\n  35:     0x78a80dbda1ca - <unknown>\n  36:     0x78a80dbda28b - __libc_start_main\n  37:     0x593148187a85 - _start\n  38:                0x0 - <unknown>\n",
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] 
[INFO] [stdout] thread 'test_build' (25) panicked at tests/build_simple_blog.rs:36:9:
[INFO] [stdout] assertion failed: output.contains("PUBLIC/index.html")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61282c04b7ea - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61282c04b7ea - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61282c04b7ea - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61282c04b7ea - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61282c05f7fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61282c05f7fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61282c050242 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61282c050242 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x61282c02a4bf - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61282c02a4bf - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61282c043b19 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61282bfe002c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61282bfe002c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61282c043cd2 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61282c043cd2 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x61282c02a5aa - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x61282c01f6f9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61282c02b28d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61282c05feec - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61282c05feb2 - core[d17f6591d688f3bd]::panicking::panic
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x61282bfcd5bb - build_simple_blog[7e9eeaedf0aa9400]::test_build
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/build_simple_blog.rs:36:9
[INFO] [stdout]   21:     0x61282bfcc787 - build_simple_blog[7e9eeaedf0aa9400]::test_build::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/build_simple_blog.rs:4:16
[INFO] [stdout]   22:     0x61282bfd2e76 - <build_simple_blog[7e9eeaedf0aa9400]::test_build::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61282bfd330b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61282bfd330b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x61282bfe0afb - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x61282bfe0afb - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x61282bfe0afb - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x61282bfe0afb - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x61282bfe0afb - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x61282bfe0afb - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x61282bfe0afb - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x61282bfda214 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x61282bfda214 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x61282bfe3702 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x61282bfe3702 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x61282bfe3702 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x61282bfe3702 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x61282bfe3702 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x61282bfe3702 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x61282bfe3702 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x61282c04b0ff - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   42:     0x61282c04b0ff - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x799e104c7aa4 - <unknown>
[INFO] [stdout]   44:     0x799e10554a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_build
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "289bf9d630ab9eddf7aa955a4a984cf19c7a0cebce3f135c51a0780e1b0e40f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "289bf9d630ab9eddf7aa955a4a984cf19c7a0cebce3f135c51a0780e1b0e40f1", kill_on_drop: false }`
[INFO] [stdout] 289bf9d630ab9eddf7aa955a4a984cf19c7a0cebce3f135c51a0780e1b0e40f1
